Skip to content

[harmony] Bug 2052697: Require Perl 5.14.0#168

Merged
justdave merged 2 commits into
mainfrom
bug-2052697-harmony
Jul 11, 2026
Merged

[harmony] Bug 2052697: Require Perl 5.14.0#168
justdave merged 2 commits into
mainfrom
bug-2052697-harmony

Conversation

@justdave

@justdave justdave commented Jul 9, 2026

Copy link
Copy Markdown
Member

Details

What it says on the tin. Thanks to unicode issues which were fixed in 5.14, our i18n requirements need us to require that.

Additional info

Test Plan

I used grep -rl 'use 5.10.1;' * | xargs -n1 sed -i.sedbackup -e 's/^use 5.10.1;/use 5.14.0;/' to make the initial changes, and then manually poked things like t/002goodperl.t and Makefile.PL that mentioned it in places other than the use line at the top.

I manually reviewed the diff to insure those were the only things getting touched.

Other than making sure the site actually runs and getting some real-world testing out of it, there's not much else we can do to test this.

@mrenvoize mrenvoize left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one looks great! :)

@justdave justdave merged commit cfe17ef into main Jul 11, 2026
8 checks passed
@justdave justdave deleted the bug-2052697-harmony branch July 11, 2026 05:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants